home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2000 July / macformat-092.iso / Broderbund Demo / DemoData / Mathwork / MATHWORK.Dxr / 00965.ls < prev    next >
Encoding:
Text File  |  1997-08-22  |  156 b   |  11 lines

  1. on exitFrame
  2.   if the timer < 600 then
  3.     go("loop1a")
  4.   else
  5.     sound fadeOut 2, 30
  6.     mouseLock(1)
  7.     startTimer()
  8.     go("controlRoom")
  9.   end if
  10. end
  11.